home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CZTC21.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  259b  |  9 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the library for Zortech C++ 2.1 or earlier. NOTE: it assumes
  6. rem that the compiler was installed to the directory ZTC.
  7. rem
  8. clint cztc21.c -I/ztc/include -L cztc21 -w0
  9.